 |
 |
 |
 |
#153919 - 06/25/02 04:10 PM
Re: [6.3.x] [beta] Sticky Threads 1.7
|
Member
Registered: 06/24/02
Posts: 47
|
If you -do- decide to re-edit the script, take a look at two more things: 1. Check the spelling on " Permanetly (until de-topped) top topic." 2. There are a lot of redundant "/" characters being generated in the HTML output. For example, within the tag in the code I referenced above. Escape characters shouldn't be neccessary after the "print" command. Both small issues and easily fixed, but if you're going to re-release the script, thought you might want to know!
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#153927 - 07/11/02 08:10 PM
Re: [6.3.x] [beta] Sticky Threads 1.7
|
Junior Member
Registered: 07/11/02
Posts: 4
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#153946 - 08/07/02 07:39 AM
Re: [6.3.x] [beta] Sticky Threads 1.7
|
Member
Registered: 03/11/01
Posts: 314
|
Ok I noticed a few instruction annomalise under the newer v6.3.1 release:
--| 1)| --|
########=================== ######## in ubb_forum.cgi : ########===================
########after:
$subject = $this_topic_data[3];
NO - in v6.3.1 you actually need to find this:
$subject = &PipeFixer($this_topic_data[3]);
---------------------------------------- 2)| --|
########=================== ######## in cp_vars_style_core.pl (Template): ########===================
########after:
&RegField(qq!Delete Topic (Admin) Icon <IMG SRC="$vars_config{NonCGIURL}/$vars_style{delete_topic}" BORDER="0">
!, "delete_topic", "yes", "30", "60", "", "$vars_style{delete_topic}");
NO - In v6.3.1 YOU ACTUALLY NEED TO FIND THIS NOW:
&RegField(qq!$vars_wordlets_cp{vars_stylecore_graphic_admin_delete} <img src="$vars_config{NonCGIURL}/$vars_style{delete_topic}" border="0" > !, "delete_topic", "yes", "30", "60", "", "$vars_style{delete_topic}");
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#153947 - 08/07/02 08:34 PM
Re: [6.3.x] [beta] Sticky Threads 1.7
|
Member
Registered: 05/30/01
Posts: 54
|
quote: Originally posted by mark99: Ok I noticed a few instruction annomalise under the newer v6.3.1 release:
--| 1)| --|
########=================== ######## in ubb_forum.cgi : ########===================
########after:
$subject = $this_topic_data[3];
NO - in v6.3.1 you actually need to find this:
$subject = &PipeFixer($this_topic_data[3]);
---------------------------------------- 2)| --|
########=================== ######## in cp_vars_style_core.pl (Template): ########===================
########after:
&RegField(qq!Delete Topic (Admin) Icon <IMG SRC="$vars_config{NonCGIURL}/$vars_style{delete_topic}" BORDER="0">
!, "delete_topic", "yes", "30", "60", "", "$vars_style{delete_topic}");
NO - In v6.3.1 YOU ACTUALLY NEED TO FIND THIS NOW:
&RegField(qq!$vars_wordlets_cp{vars_stylecore_graphic_admin_delete} <img src="$vars_config{NonCGIURL}/$vars_style{delete_topic}" border="0" > !, "delete_topic", "yes", "30", "60", "", "$vars_style{delete_topic}"); Yea, take a look at my MHK, your suggestions (although not totally correct) have already been made and I get the wierd error mentioned above. You are welcome to try it for yourself at: http://hack.turboford.org/cgi-bin/ultimatebb.cgi
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#153952 - 08/11/02 04:34 AM
Re: [6.3.x] [beta] Sticky Threads 1.7
|
Member
Registered: 03/11/01
Posts: 314
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#153967 - 09/29/02 10:45 AM
Re: [6.3.x] [beta] Sticky Threads 1.7
|
Member
Registered: 12/02/00
Posts: 152
Loc: Las Vegas, NV
|
Not liking the word Sticky but not being able to think of anything I asked the members of my board for ideas. No one came up with anythign worthwhile until one member said she likes Sticky because it reminds her of those Post-It notes.... Which gave me an idea... shown below....  In the Wordlets for the MOD I simply use html coding to display the picture with the addition of align=middle to make the text in the cell line up properly. You can see it "in action" by clicking this link: http://iambornagainru.org/cgi-bin/babtest/ultimatebb.cgi?ubb=forum;f=1 Of course different colors might be better for different boards. Let me know if you want one in a different color (email me at admin@iambornagainru.org) and I'll get it to you ASAP!
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#153971 - 11/03/02 10:52 PM
Re: [6.3.x] [beta] Sticky Threads 1.7
|
Enthusiast
Registered: 10/10/02
Posts: 394
Loc: Toronto
|
Jordo, I have a small problem on my 6.3.1.
Once I click on PostUp button, on the new window I cant see any graphics except for two radio buttons! The only thing I could think of is:
In the cp_vars_style_core.pl I was supposed to insert:
&RegField(qq!Top thread (Admin) Icon <IMG SRC="$vars_config{NonCGIURL}/$vars_style{top_thread}" BORDER="0">
!, "top_thread", "yes", "30", "60", "", "$vars_style{top_thread}");
&RegField(qq!DeTop thread (Admin) Icon <IMG SRC="$vars_config{NonCGIURL}/$vars_style{detop_thread}" BORDER="0">
!, "detop_thread", "yes", "30", "60", "", "$vars_style{detop_thread}");
after this:
&RegField(qq!Delete Topic (Admin) Icon <IMG SRC="$vars_config{NonCGIURL}/$vars_style{delete_topic}" BORDER="0">
!, "delete_topic", "yes", "30", "60", "", "$vars_style{delete_topic}");
Well, I couldnt find that line, I dont have it. all that I could come close to is this:
&RegField(qq!$vars_wordlets_cp{vars_stylecore_graphic_admin_delete} <img src="$vars_config{NonCGIURL}/$vars_style{delete_topic}" border="0" > !, "delete_topic", "yes", "30", "60", "", "$vars_style{delete_topic}");
This is where I inserted those two lines, was it right? What should I do? Any solutions for me?
I dont use any JC Templates or any other graphic or design mods.
Thank you very much. Felix
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#153979 - 11/06/02 08:56 PM
Re: [6.3.x] [beta] Sticky Threads 1.7
|
Enthusiast
Registered: 10/10/02
Posts: 394
Loc: Toronto
|
No, nothings, this is the the only one that is using the vars_wordlets_mods
here, this is all that is in that file:
sticky_threads_bumped => "Topic Bumped", sticky_threads_title => "Sticky", sticky_threads_detop => "Your topic has been de-topped.", sticky_threads_top => "Your topic has been topped.", sticky_threads_top_thread => "Top Topic", sticky_threads_detop_thread => "De-Top Topic", sticky_threads_top_perm => "Permanetly (until de-topped) top topic.", sticky_threads_top_temp => "Temporarily (until next post) top topic.", sticky_threads_explained => "You may either top the topic Permanently, in which case it will be marked as a topped thread and remain at the top of the forum listing until it is de-topped. Or you may top it Temporarily, in which case it will act as if someone just replied to it and be bumped to the top of the forum listing only until the next post is made (note: the date on the thread will not change).",
Should there be anything else?
Thanks
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#153980 - 11/06/02 09:02 PM
Re: [6.3.x] [beta] Sticky Threads 1.7
|
Enthusiast
Registered: 10/10/02
Posts: 394
Loc: Toronto
|
quote: Originally posted by Felix 10:
%vars_wordlets_mods = ( sticky_threads_bumped => "Topic Bumped", sticky_threads_title => "Sticky", sticky_threads_detop => "Your topic has been de-topped.", sticky_threads_top => "Your topic has been topped.", sticky_threads_top_thread => "Top Topic", sticky_threads_detop_thread => "De-Top Topic", sticky_threads_top_perm => "Permanetly (until de-topped) top topic.", sticky_threads_top_temp => "Temporarily (until next post) top topic.", sticky_threads_explained => "You may either top the topic Permanently, in which case it will be marked as a topped thread and remain at the top of the forum listing until it is de-topped. Or you may top it Temporarily, in which case it will act as if someone just replied to it and be bumped to the top of the forum listing only until the next post is made (note: the date on the thread will not change).", q!mod_wordlets! => q!Modification Wordlets!, );
1;
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#154002 - 04/30/04 03:32 PM
Re: [6.3.x] [beta] Sticky Threads 1.7
|
Master Hacker
Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#154003 - 05/01/04 10:36 AM
Re: [6.3.x] [beta] Sticky Threads 1.7
|
I type Like navaho
Registered: 03/10/00
Posts: 25580
Loc: Texas
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#154004 - 05/02/04 03:51 AM
Re: [6.3.x] [beta] Sticky Threads 1.7
|
Junior Member
Registered: 04/20/04
Posts: 4
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|